home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir31 / sds_doc.zip / SDS.DOC next >
Text File  |  1993-02-25  |  3KB  |  50 lines

  1. Common MIDI Misconceptions #101 : Sample Dump Standard
  2.  
  3. I have talked to (in person and here) many people who do not understand what
  4. "Sample Dump Standard" is. I have heard that it can get audio from a
  5. compact disk into your sampler, let you put a sample into a DX100, move a
  6. sample from any sampler to any other sampler.
  7.  
  8. Like most misconceptions, some of these things are true. Sample Dump Standard
  9. is a specification by the IMA/MMA about the system exclusive passage of 
  10. samples between MIDI devices, be they computers or other samplers.  Like most
  11. standard (one size fits all) implementations, SDS is a loose standard.
  12.  
  13. Many samplers in the world today do not support SDS. You can't move
  14. samples between SDS and non-SDS samplers. You need Sound Designer, Alchemy
  15. or SampleVision for that (blatant commercial plug.. hee hee).
  16.  
  17. Some samplers that do support SDS do so in a non-standard way that renders 
  18. them unable to communicate with other SDS devices. These include Pre-3.0 
  19. Prophet 2000 series and Akai S900. These samplers live secluded in their 
  20. little MIDI world, with only specially written computer programs to talk to 
  21. them.
  22.  
  23. In theory, SDS should make our (the software developer's) job easier, right?
  24. Wrong.  In order to use the individual features on each sampler, we still
  25. have to write system exclusive routines.  I have yet to hear of anyone
  26. who had an easy time moving samples between unlike samplers using SDS.
  27.  
  28. As a means of conveying sample data between machines, SDS is, well.. less than 
  29. optimum. An example is that SDS provides no way to just change loop points. If 
  30. a computer program wants to set loop points in an SDS sampler, the computer 
  31. must retransmit the entire sample over MIDI just to change these two values. 
  32. You must always transmit the entire sample, even if you change just one 
  33. sample. This can take minutes on larger samples.
  34.  
  35. My main point here is to show that SDS will not save the world from non
  36. standard MIDI implementations.  I think the attempt to standardize sampler
  37. transfer is a noble one, but impossible given the differing architectures
  38. of samplers from different manufacturers. We generally are able to support
  39. a sampler better when the manufacturer used their own system exclusive
  40. functions which better suit the sampler's architecture.
  41.  
  42. Samplers that claim to be SDS standard:
  43. Emu EMAX, Sequential Prophet 2000/2002, Akai-Linn, Oberheim DPX-1,
  44. Forat F16, Dynacord ADD-1 & ADD-2, Yamaha TX16W.
  45.  
  46. Samplers that do not use Sample Dump Standard:
  47. Ensoniq Mirage & EPS, All Rolands, Korg DSS1/DSM1, Akai X7000/S700/S900,
  48. Casio FZ1/FZ10.
  49.  
  50.